Skip to content

Version Packages#388

Merged
mattzcarey merged 1 commit into
mainfrom
changeset-release/main
Jun 2, 2026
Merged

Version Packages#388
mattzcarey merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

graphql-mcp-server@0.2.1

Patch Changes

  • af70c87: Add a deleted_classes: ["UserDetails"] Durable Object migration to the graphql server.

    Centralize account-ID resolution; upgrade agents/MCP SDK/zod/ai; migrate to registerTool #384 removed the UserDetails Durable Object (and its bindings) from every server, and added the
    required delete-class migration to the two servers that own the class (workers-observability,
    workers-builds). The graphql worker's already-deployed version still depends on UserDetails, so
    wrangler deploy rejected the new version with code: 10064 ("New version of script does not export
    class 'UserDetails' which is depended on by existing Durable Objects"), which aborted the staging and
    production deploys. Adding the delete-class migration lets graphql deploy and releases the binding that
    was blocking workers-observability from applying its own deleted_classes migration (code: 10061).

    Validated on staging: graphql + observability deploy cleanly and the staging UserDetails namespace is
    removed.

@mattzcarey mattzcarey merged commit 767e701 into main Jun 2, 2026
3 checks passed
@mattzcarey mattzcarey deleted the changeset-release/main branch June 2, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant